projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21c78bc
)
(vip-brac-function): Fix error format string.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 29 Jan 1996 23:20:08 +0000
(23:20 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 29 Jan 1996 23:20:08 +0000
(23:20 +0000)
lisp/emulation/viper.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper.el
b/lisp/emulation/viper.el
index a0384aa72dce37e88edbcd0bd9f5c6a2700ecff4..6209391fed463bd1a33e8a6c5f322357a181cbb0 100644
(file)
--- a/
lisp/emulation/viper.el
+++ b/
lisp/emulation/viper.el
@@
-4831,8
+4831,7
@@
One can use `` and '' to temporarily jump 1 step back."
((vip-valid-register reg '(letter))
(let* ((val (get-register (1+ (- reg ?a))))
(buf (if (not val)
- (error
- (format vip-EmptyTextmarker reg))
+ (error vip-EmptyTextmarker reg)
(marker-buffer val)))
(pos (marker-position val))
line-no text (s pos) (e pos))